
  body { font-family: 'Arial' , sans-serif; }
        
     
        /* Banner 样式 */
        .carousel-inner img { height: 798px; object-fit: cover; }
        
        /* 聚焦相邦集团 */
        .focus-section { padding: 40px 20px; text-align: center; }
        .focus-section h2 { margin-bottom: 10px;     font-size: 38px;
    font-weight: bold;
    color: #f58220;}
        .focus-section .subtitle { color: #6c757d; margin-bottom: 20px; }
        .focus-tabs { display: flex; justify-content: center; margin-bottom: 20px; }
        .focus-tabs .tab { padding: 10px 20px; margin: 0 10px; cursor: pointer; position: relative; font-weight: bold; }
        .focus-tabs .tab.active::after { content: ""; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f58220; }
        .focus-content { display: none; }
        .focus-content.active { display: flex; gap: 20px; }
        .news-left { width: 50%; }
        .news-left .news-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #ddd; }
        .news-left .news-item .date { width: 60px; text-align: center; font-weight: bold; }
        .news-left .news-item .date .day { font-size: 24px; color: #000; }
        .news-left .news-item .date .year-month { font-size: 12px; color: #888; }
        .news-left .news-item .separator { width: 2px; height: 40px; background-color: #000; margin: 0 10px; }
        .news-left .news-item .content h5 { margin: 0; font-size: 16px; }
        .news-left .news-item .content p { font-size: 14px; color: #666; margin: 5px 0 0; }
        .news-right { width: 50%; display: flex; flex-direction: row; gap: 20px; }
        .news-right .news-item { display: flex; flex-direction: column; align-items: center; width: 350px; height: 465px; padding: 15px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); transition: background-color 0.3s; }
        .news-right .news-item:hover { background-color: #ddd; }
        .news-right .news-item img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 10px; }
        
.news .newsTabs {
  position: relative;
  margin-top: 42px;
}
.news .newsTabs .bd {
  height: 434px;
  position: relative;
}
.news .newsList {
  height: 434px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: right;
  width: 740px;
}
.news .newsList .list1 ul {
  margin: 0 -20px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  padding: 0 20px;
  width: 50%;
}
.news .newsList .list1 ul li .item {
  height: 434px;
  border: solid 1px #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 28px 25px 0;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  height: 195px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  margin-top: 18px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list1 ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  font-size: 14px;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .tt {
  margin-top: 30px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.news .newsList .list1 ul li .item .cont .date {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}
.news .newsList .list1 ul li .item .cont .more {
  font-family: Arial;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 0 4px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .more::before {
  content: "";
  display: block;
  height: 6px;
  background-color: #f0f0f4;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .more:hover {
  color: #f58220;
}
.news .newsList .list1 ul li .item .cont .more:hover::before {
  bottom: 0;
  background-color: #f58220;
}
.news .newsList .list1 ul li .item:hover {
  border-color: #f58220;
}
.news .newsList .list1 ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #f58220;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list1 ul li .item:hover .cont .date i {
  color: #f58220;
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 {
  width: 500px;
  float: right;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  position: relative;
  margin-top: 22px;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li .item {
  height: 130px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  background: #f58220;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  width: 140px;
  height: 105px;
  background-color: #ffffff;
  border: solid 1px #cadae8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .cont {
  flex: 1;
  margin-left: 35px;
  padding-top: 5px;
  min-width: 0;
}
.news .newsList .list2 ul li .item .cont .date {
  width: 90px;
  height: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  text-align: center;
  color: #999999;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list2 ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list2 ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover .pic {
  border-color: #f58220;
}
.news .newsList .list2 ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li .item:hover .cont .bt {
  color: #f58220;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list2 ul li .item:hover .cont .date {
  background-color: #f58220;
  color: #fff;
}

@media (max-width: 768px) {
	.d-flex{ display:  block !important;}
	.header .nav-link{ font-size: 14px;    margin-right: 0px;    padding: .5rem;  margin-top: 15px;}
	.carousel-inner img{ height:auto;}
    .news .newsList .list2{ width:100%;}
    .news .newsList .list1,.news .newsList .list2 ul li .item .cont p,.header .nav-link small{ display: none;}
     .news .newsList .list2 ul{padding-left:0;}
     .focus-section h2{font-size:34px;}
     .focus-tabs .tab{ padding: 10px 0;}
     .focus-section .subtitle{font-size: .8rem;}
     .news .newsList .list2 ul li .item .cont .bt{ white-space: normal;overflow: unset;    line-height: 20px;    margin-top: 3px;}
}